home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970929-19971216 / 000241_news@newsmaster….columbia.edu _Thu Nov 6 16:38:51 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id QAA19873
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Thu, 6 Nov 1997 16:38:50 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id QAA11420
  7.     for kermit.misc@watsun; Thu, 6 Nov 1997 16:38:50 -0500 (EST)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: trouble initializing modem
  12. Date: 6 Nov 1997 21:38:47 GMT
  13. Organization: Columbia University
  14. Lines: 12
  15. Message-ID: <63tdd7$h0d$1@apakabar.cc.columbia.edu>
  16. References: <63tclp$2sr$1@hermes.achilles.net>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:8025
  19.  
  20. In article <63tclp$2sr$1@hermes.achilles.net>,
  21. Matthew Rose <mattrose@achilles.net> wrote:
  22. : I run a RedHat Linux box, with a modem connected to a Cyclades
  23. : multiport router, whenever i type the command set line /dev/ttyC0 Kermit 
  24. : hangs until i press Control-C.  This means I can't automate a script.
  25. So what is /dev/ttyC0?  Some kind of serial-to-network device fakeout
  26. driver?  If so, you don't need that.  Instead, just make a TCP connection
  27. to the appropriate port on the router, and then use the modem.  The
  28. instructions for this are on page 126 of "Using C-Kermit", 2nd Ed.
  29.  
  30. - Frank